You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Difference Method > Vector.Difference Method ([In] TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Difference Method ([In] TMtxVec, int, int, int)

Difference.

Syntax
C#
Visual Basic
public TMtxVec Difference([In] TMtxVec Vec, int VecIndex, int Index, int Len);

Calculate the difference for Vec elements [VecIndex]..[VecIndex+Len-1] and store the results in the calling object elements [Index]..[Index+Len-1]. Size and Complex properties of the calling vector must be set explicitly. The following formula is used to calculate the difference: 

 

An exception is raised if ConditionCheck is True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!